home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / malloc / dist-README < prev    next >
Text File  |  1992-03-17  |  658b  |  13 lines

  1. This is the standalone distribution of GNU malloc.
  2. GNU malloc is part of the GNU C Library, but is also distributed separately.
  3.  
  4. If you find bugs in GNU malloc, send reports to bug-glibc@prep.ai.mit.edu.
  5.  
  6. GNU malloc is free software.  See the file COPYING.LIB for copying conditions.
  7.  
  8. The makefile builds libmalloc.a and gmalloc.o.  If you are using GNU malloc
  9. to replace your system's existing malloc package, it is important to make
  10. sure you get all GNU functions, not some of the GNU functions and some from
  11. the system library.  gmalloc.o has all the functions in one file, so using
  12. that will make sure you don't accidentally mix the two malloc packages.
  13.